In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF / DrawEllipse Method

DrawEllipse Method (IGdPicturePDF)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(105)>

Function DrawEllipse( _

   ByVal CenterX As Single, _

   ByVal CenterY As Single, _

   ByVal Width As Single, _

   ByVal Height As Single, _

   ByVal Fill As Boolean, _

   ByVal Stroke As Boolean _

) As GdPictureStatus
[DispId(105)]

GdPictureStatus DrawEllipse( 

   float CenterX,

   float CenterY,

   float Width,

   float Height,

   bool Fill,

   bool Stroke

)
function DrawEllipse( 

    CenterX: Single;

    CenterY: Single;

    Width: Single;

    Height: Single;

    Fill: Boolean;

    Stroke: Boolean

): GdPictureStatus; 
DispIdAttribute(105)

function DrawEllipse( 

   CenterX : float,

   CenterY : float,

   Width : float,

   Height : float,

   Fill : boolean,

   Stroke : boolean

) : GdPictureStatus;
[DispId(105)]

GdPictureStatus DrawEllipse( 

   float CenterX,

   float CenterY,

   float Width,

   float Height,

   bool Fill,

   bool Stroke

) 
[DispId(105)]

GdPictureStatus DrawEllipse( 

   float CenterX,

   float CenterY,

   float Width,

   float Height,

   bool Fill,

   bool Stroke

) 

Parameters

CenterX
CenterY
Width
Height
Fill
Stroke
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPicturePDF
IGdPicturePDF Members